home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d882.lha / GALer / GALer_english / Source / GALerSrcE.lha / readme.txt < prev    next >
Text File  |  1993-03-28  |  699b  |  57 lines

  1.  
  2.  
  3. Used compiler: Aztec V3.6
  4.  
  5.  
  6.  
  7. GALer
  8. =====
  9.  
  10. How to compile the source-files:
  11.  
  12.    cc GALer.c
  13.    cc sub.c
  14.    cc jedec.c
  15.    cc pruefer.c
  16.    cc GAL.c
  17.    cc GALasm.c
  18.    cc Reasm.c
  19.    cc Optimizer.c
  20.    as -n -c -d port.asm
  21.    as -n -c -d reqglue.asm  (see ReqLib.lha)
  22.  
  23.  
  24.  include-files:  GALer.h
  25.                  reqbase.h  (see ReqLib.lha)
  26.  
  27.  
  28.  
  29. How to link the object-files:
  30.  
  31.    ln GALer.o Sub.o Port.o Jedec.o Pruefer.o GAL.o GAL2.o GALasm.o Reasm.o
  32.       Optimizer.o reqglue.o -lc
  33.  
  34.  
  35.  
  36.  
  37. There is no source-code of GAL2, but I have included the object-file GAL2.o.
  38.  
  39.  
  40.  
  41.  
  42.  
  43. GALerTest
  44. =========
  45.  
  46. How to make the GALerTest program:
  47.  
  48.   cc -z4000 GALerTest.c
  49.  
  50.   as -n -c -d port.asm
  51.  
  52.   ln GALerTest.o port.o -lc
  53.  
  54.  
  55.  
  56.  
  57.